home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libnice0 / README < prev    next >
Text File  |  2008-11-27  |  1KB  |  67 lines

  1.  
  2. Nice: GLib ICE library
  3. ======================
  4.  
  5. Copyright
  6. ---------
  7.  
  8.  (C) 2006, 2007 Collabora Ltd.
  9.  (C) 2006, 2007 Nokia Corporation
  10.  
  11. License
  12. -------
  13.  
  14. See the file COPYING.
  15.  
  16. Requirements
  17. ------------
  18.  
  19.  glib >= 2.10
  20.  pkg-config
  21.  
  22. Limitations
  23. -----------
  24.  
  25.  - only implements ICE Lite
  26.  - no support for RTCP
  27.  - no support for IPv6
  28.  
  29. Structure
  30. ---------
  31.  
  32.  docs/    - design documentation
  33.  address/ - IP address convenience library
  34.  local/   - local address gathering code
  35.  random/  - random number generation
  36.  stun/    - STUN implementation
  37.  udp/     - UDP abstraction layer
  38.  agent/   - ICE agent
  39.  nice/    - libnice
  40.  
  41. Relevant standards
  42. ------------------
  43.  
  44. These standards are relevant to nice's current implementation.
  45.  
  46. ICE draft 15
  47.   http://tools.ietf.org/wg/mmusic/draft-ietf-mmusic-ice/
  48. STUN
  49.   http://tools.ietf.org/html/rfc3489
  50.   http://tools.ietf.org/html/rfc5389
  51. TURN 
  52.   http://tools.ietf.org/wg/behave/draft-ietf-behave-turn/
  53. RTP
  54.   http://tools.ietf.org/html/rfc3550
  55. XMPP Jingle ICE transport
  56.   http://www.xmpp.org/extensions/xep-0176.html
  57.  
  58. In future, nice may additionally support the following standards.
  59.  
  60. TURN
  61.   http://tools.ietf.org/html/draft-ietf-behave-turn-02
  62. NAT-PMP
  63.   http://files.dns-sd.org/draft-cheshire-nat-pmp.txt
  64. UPnP IGD
  65.   http://www.upnp.org/standardizeddcps/igd.asp
  66.  
  67.